Variables called superglobal are very important in PHP programming. These so-called superglobal variables are the built-in variables in PHP, each of which having individual sc...
Any data you have stored is forgotten just when the page has been sent to the client and the connection is closed. Tiny bits of information, a web site could store on the client's machine that...
Error handling functions deal with handling errors triggered by PHP scripts. They allow user to define their own error handling rules, as well as modify the way the errors can be l...
High resolution timing is frequently used in PHP to delay, postpone or filter various actions. The example below shows how to do so.
Simple example with usleep function in...
Shell commands are another group of functions that carry high importance and frequency in programming with PHP. The example below is showing how to create a folder and change it...